10 Distortion

[1]:
from src.plot import plot_climatehist, plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 16: Simulated Pathways of Capital Distortion <br> The trajectories stop when temperature anomaly hit 1.5ᵒC"""
plot_simulatedpath_full2(graph_type="hkt", graph_title = title, yaxis_label="", graph_range=[0,0.45], before15=True)
[2]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 17: Simulated Pathways of Capital Distortion <br> The trajectories stop when temperature anomaly hit 1.5ᵒC"""
plot_simulatedpath_uncer_decomp2(graph_type="hkt", graph_title = title, yaxis_label="", graph_range=[0,0.45], before15=True)
[3]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 18: Simulated Pathways of Temperature Anomaly Distortion <br> The trajectories stop when temperature anomaly hit 1.5ᵒC"""

plot_simulatedpath_full2(graph_type="ht", graph_title = title, yaxis_label="", graph_range=[0,0.45], before15=True)
[4]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 19: Simulated Pathways of Temperature Anomaly Distortion <br> The trajectories stop when temperature anomaly hit 1.5ᵒC"""
plot_simulatedpath_uncer_decomp2(graph_type="ht", graph_title = title, yaxis_label="", graph_range=[0,0.45], before15=True)
[5]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 20: Simulated Pathways of Technology Distortion <br> The trajectories stop when temperature anomaly hit 1.5ᵒC"""

plot_simulatedpath_full2(graph_type="hjt", graph_title = title, yaxis_label="", graph_range=[0,0.45], before15=True)
[6]:
from src.plot import plot_simulatedpath_full2, plot_simulatedpath_uncer_decomp2

title = """Figure 21: Simulated Pathways of the Technology Distortion <br> The trajectories stop when temperature anomaly hit 1.5ᵒC"""
plot_simulatedpath_uncer_decomp2(graph_type="hjt", graph_title = title, yaxis_label="", graph_range=[0,0.45], before15=True)